This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Inheriting Shared Actions ~Samuel Nimfookonyettu 12.Jan.04 05:09 PM a Web browser Applications Development 6.0.2 CF2All Platforms
I could be wrong but my experience with shared actions under R5 was that they all have to be shared or they show up like yours did. If I have a view or a form in a template that invokes a shared action in that same template, if the database that inherits the views and forms has different shared actions, then I get something unexpected.
I have a feeling that shared actions are brought in by sequence number or something. Your view might use shared action #4. If that view goes to a new database, it uses shared action #4 (whatever that is) in the new database.
This isn't a problem if your second database gets its whole design from the first database (it uses the first as a complete template) but it is a problem if the second database just uses some of the design elements of the first.